.. This file was automatically converted from MediaWiki syntax. If some markup is wrong, looks weird or doesn't make sense, feel free to fix it. Please remove this comment once this file was manually checked and no "strange ReST" artifacts remain. .. _panda3d-rendering-process: Panda3D Rendering Process ========================= The rendering process in Panda is comprised by four classes and their interactions: GraphicsPipe, GraphicsEngine, GraphicsStateGaurdian, and GraphicsOutput. The following sections will explain the purpose of each of these classes in detail. Note that the following interfaces are for the advanced user only. If you are writing a simple application that only needs to open a window and perform basic 3-D rendering, there is no need to use any of these interfaces, as the appropriate calls to open a default window are made automatically when you ``import direct.directbase.DirectStart`` at the start of your application. At some point, however, you may wish to understand more deeply how to manage your windows and buffers, and to do this it will help you to understand how everything is connected together.